home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / OOZE / _setup.1 / BoardEdit.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1996-10-06  |  1KB  |  53 lines

  1. object Form2: TForm2
  2.   Left = 673
  3.   Top = 190
  4.   ActiveControl = Button1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Ooze Board Editor'
  7.   ClientHeight = 168
  8.   ClientWidth = 383
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 8
  20.     Top = 10
  21.     Width = 100
  22.     Height = 100
  23.   end
  24.   object Memo1: TMemo
  25.     Left = 120
  26.     Top = 8
  27.     Width = 257
  28.     Height = 121
  29.     BorderStyle = bsNone
  30.     Color = clBtnFace
  31.     Lines.Strings = (
  32.       'Ooze Board Editor'
  33.       ''
  34.       'version 1.0'
  35.       'By Josh Farley'
  36.       'copyright 1996'
  37.       ''
  38.       'email: josh@ecst.csuchico.edu'
  39.       'website: http://www.csuchico.edu/~josh/')
  40.     ReadOnly = True
  41.     TabOrder = 0
  42.   end
  43.   object Button1: TButton
  44.     Left = 123
  45.     Top = 136
  46.     Width = 145
  47.     Height = 25
  48.     Caption = '&Ok'
  49.     TabOrder = 1
  50.     OnClick = Button1Click
  51.   end
  52. end
  53.